home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / ts3j.zip / TS_WAIT.DOC < prev    next >
Text File  |  1994-03-14  |  4KB  |  111 lines

  1.    TeleShare/WAIT  Version 2.00  Copyright (C)1993-4  P. C. Softsmith
  2.  
  3.  
  4.  
  5.    WAIT.EXE, or TS_WAIT.EXE, is a simple utility which can be inserted
  6.    into batch files to suspend work until the specified time.
  7.  
  8.  
  9.  
  10.    This Product is Shareware, if you continue to use it
  11.  
  12.                   Please Register properly.
  13.  
  14.  
  15.  
  16.                         _______
  17.                    ____|__     |               (R)
  18.                 --|       |    |-------------------
  19.                   |   ____|__  |  Association of
  20.                   |  |       |_|  Shareware
  21.                   |__|   o   |    Professionals
  22.                 -----|   |   |---------------------
  23.                      |___|___|    Member
  24.  
  25.  
  26.  
  27.  
  28.    Use TeleShare/WAIT to setup file transfers between systems
  29.    at specified times, such as overnight updates and backups.
  30.  
  31.    Execution example...
  32.  
  33.    WAIT 11 AM     <-Causes batch file to WAIT until 11:00 AM
  34.    WAIT NOON      <-Causes batch file to WAIT until NOON
  35.    WAIT 11:59 PM  <-Causes batch file to WAIT until 11:59 PM
  36.    WAIT MIDNIGHT  <-Causes batch file to WAIT until MIDNIGHT
  37.  
  38.    Notes:
  39.  
  40.    Seconds are not used, nor are they generally useful.
  41.    If file transfer depended on overly exact timing, the internal
  42.    clocks in any two machines would probably defeat the effort.
  43.    Its a good idea to check the dates and times on the transfer
  44.    computers while setting up transfers.  And periodically
  45.    check again with repeating setups.
  46.  
  47.    Supply either AM, PM, NOON or MIDNIGHT in the time entry.
  48.    There are no built in assumptions or defaults so you will
  49.    get an error if you don't specify accurately.
  50.  
  51.    The COLON is necessary if you specify MINUTES.
  52.  
  53.    When TeleShare/WAIT is started with a valid time, the screen
  54.    will clear and the progress of the scheduled WAIT will be
  55.    displayed until the specified time.
  56.  
  57.    Press ESC to cancel the WAIT from the keyboard. BATCH FILE 
  58.    execution will resume. Stop the batch file ( if desired ) 
  59.    with a normal CTRL-BREAK. ( CTRL-C ).
  60.  
  61.    Example valid time entries:
  62.  
  63.    9:00AM <or> 9:00 AM <or> 9AM = Morning
  64.    7:00PM <or> 7:00 PM <or> 7PM = Afternoon/Evening
  65.  
  66.    12:00NOON     <or> 12:00 NOON <or> NOON        = Noon
  67.    12:00MIDNIGHT <or> 12:00 MID  <or> MIDNIGHT    = Midnight
  68.  
  69.  
  70.    SUPPORT and the ASP
  71.  
  72.  
  73.    For technical support, either call (604) 433-5189, or write to
  74.    Suite 606 - 6455 Willingdon Avenue, Burnaby, British Columbia,
  75.    Canada, V5H  4E4.    Both registered and soon to be registered
  76.    users currently get the same  support  without  any  arbitrary
  77.    time limit.
  78.  
  79.  
  80.    ASP Introduction:
  81.  
  82.    Please  also  carefully  read  the  accompanying  SHR_WARE.DOC
  83.    document.
  84.  
  85.    "This program is produced by a member of  the  Association  of
  86.    Shareware Professionals (ASP). ASP wants to make sure that the
  87.    shareware  principle  works  for  you.  If  you  are unable to
  88.    resolve a shareware-related problem  with  an  ASP  member  by
  89.    contacting  the  member directly, ASP may be able to help. The
  90.    ASP Ombudsman can help you resolve a dispute or  problem  with
  91.    an  ASP  member,  but  does  not provide technical support for
  92.    members' products. Please write to the ASP  Ombudsman  at  545
  93.    Grover  Road,  Muskegon, MI 49442 or send a CompuServe message
  94.    via CompuServe Mail to ASP Ombudsman 70007,3536."
  95.  
  96.  
  97.  
  98.  
  99.    THE  DOCUMENTATION AND ASSOCIATED SOFTWARE ARE DISTRIBUTED AND
  100.    SOLD WITH NO WARRANTIES, EITHER EXPRESS OR IMPLIED,  REGARDING
  101.    ITS  MERCHANTABILITY  OR  FITNESS  FOR ANY PARTICULAR PURPOSE.
  102.    THE INFORMATION IN THIS DOCUMENTATION  IS  SUBJECT  TO  CHANGE
  103.    WITHOUT  NOTICE  AND  DOES  NOT REPRESENT A COMMITTMENT ON THE
  104.    PART OF THE VENDOR.
  105.  
  106.    OTHER PRODUCT AND BRAND  NAMES  MENTIONED  ARE  TRADEMARKS  OR
  107.    REGISTERED    TRADEMARKS    OF   THEIR   RESPECTIVE   HOLDERS.
  108.  
  109.  
  110.  
  111.